home *** CD-ROM | disk | FTP | other *** search
/ Oh!X 2000 Spring / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).7z / Oh!X 2000 Spring Special CD-ROM (Japan) (Part 2).bin / DXF / samples / multimedia / dplay / src / simpleconnect / readme.txt < prev    next >
Text File  |  1999-07-22  |  1KB  |  38 lines

  1. //-----------------------------------------------------------------------------
  2. // 
  3. // Sample Name: SimpleConnect Sample
  4. // 
  5. // Copyright (c) 1999 Microsoft Corporation. All rights reserved.
  6. // 
  7. //-----------------------------------------------------------------------------
  8.  
  9.  
  10. Description
  11. ===========
  12.   SimpleConnect illustrates how to network to other players on the 
  13.   using DirectPlay.  After joining or creating a session, a simple game 
  14.   begins immediately.  Other players may join the game in progress at any time.  
  15.   
  16.   The game itself is very simple, passing a single DirectPlay message to all connected
  17.   players when the "Wave To other players" button is pressed.
  18.  
  19. Path
  20. ====
  21.   Source: Mssdk\Samples\Multimedia\DPlay\Src\SimpleConnect
  22.  
  23.   Executable: Mssdk\Samples\Multimedia\DPlay\Bin
  24.  
  25. User's Guide
  26. ============
  27.   Enter the player's name, and choose a connection type.  Choose "Wait for Lobby
  28.   Connection" for inside-out lobby launching or choose a network provider.  
  29.   Use the Multiplayer Games dialog to either search for an active game to join, 
  30.   or to start a new game.  After game has been joined or created, the game begins 
  31.   immediately.  Other players may join the game at any time.  The host player may
  32.   also leave at anytime since the DirectPlay automatically migrates the host player.
  33.  
  34. Programming Notes
  35. =================
  36.   This sample was intended to be very simple, showing the basics of using 
  37.   the DirectPlay API.
  38.